/*二级-word-banner图*/
.two-banner {
    position:relative;
    max-height: 960px;
    overflow:hidden;
}
.two-banner img {
    width: 100%;
    animation: myfirst 25s linear infinite normal;
}
@keyframes myfirst
{0%{transform:scale(1,1);}50%{transform:scale(1.1,1.1);}100%{transform:scale(1,1);}}

.two-banner:after {
    opacity: 0;
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background: rgb(0,0,0,0.2);
    z-index:1;
    transition:all 0.3s;
}
.two-banner .word-fix {
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translate(13%, -50%);
    z-index: 8;
    color: #fff;
    font-weight: 800;
    width: 100%;
}
.two-banner .word-fix h1 {
    font-size:70px;
    color: #fff;
    font-family: "ChaoPai";
    font-weight: bold;
    text-transform: uppercase;
    margin:0% 0 2% 0;
    transition:all 2s;
    text-shadow: 2px 4px 10px rgb(0 0 0 / 20%);
}
.two-banner .word-fix i {
    display: block;
    max-width: 100px;
    height: 3px;
    background:#fff;
    margin-top: 20px;
    margin-bottom: 20px;
    border: none;
}
.two-banner .word-fix p {
    color: #fff;
    font-size: 24px;
    line-height: 1.8;
    text-shadow: 2px 4px 10px rgb(0 0 0 / 20%);
}

@media screen and (max-width:1024px){
.two-banner {
}
.two-banner .word-fix {
}
.two-banner .word-fix h1 {
    font-size:24px;
    margin:0% 0 5% 0;
}
.two-banner .word-fix hr {
    max-width: 50px;
    height: 3px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.two-banner .word-fix p {
    font-size: 18px;
    max-width: 700px;

}

}
/*二级-word-banner图 end*/

/*内页二级栏目*/
.section {
    *margin:0 0 20px 0;
    padding:10px 0 0 0;
    overflow: hidden;
    position: relative;
}

.section .second-nav {
    padding: 0 0 0 0;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.section .second-nav::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #e6e6e6;
    position: absolute;
    bottom: 0;
    left: 0;
}
.section .second-nav a {
    display:inline-block;
    font-size: 18px;
    padding: 20px 0;
    color: #2d2926;
    position: relative;
    z-index: 10;
    margin-right: 60px;
    border-radius: 5px;
}
.section .second-nav a::after{
    content: '';
    display: none;
    width: 100%;
    height: 2px;
    background: #004386;
    position: absolute;
    bottom: 0;
    left: 0;
}
.section .second-nav a:hover,.section .second-nav a.active {
    color:#004386;
    font-weight: bold;
}
.section .second-nav a.active:after{
    display:block;
}

@media screen and (max-width:1024px){
.section .title address::before {
    background-size: 16px;
}
.section .title h2 {
    font-size: 18px;
}
.section .title h2::before {
    width: 20px;
    height: 20px;
    background-size: 16px;
    margin: 0 5px 0 0;
}
.section .second-nav {
    padding:5% 0;
}
.section .second-nav a {
    display: block;
    float: left;
    width: 31.33%;
    margin: 5px 1%;
    padding: 6px 0;
    font-size: 14px;
    text-align: center;
    background:#f9f9f9 ;
    
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.section .second-nav a:hover,.section .second-nav a.active {
    color:#fff;
    font-weight: bold;
    background:#004386 ;
}
.section .second-nav a.active:after{
    display:none;
}
}
/*内页二级栏目 end*/

/*板块标题*/
.block-title {}
.block-title h5 {
    display: inline-block;
    font-size: 48px;
    color:#014588;
    font-weight: bold;
    letter-spacing: 0;
    text-transform: uppercase;
    background-image: linear-gradient(to right,#004386 0,#1f3853 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.block-title h6 {
    font-size: 20px;
    color:#3a3a3a;
    opacity:0.6;
    margin:30px 0 0 0;
}
@media screen and (max-width:1024px){
.block-title {}
.block-title h5 {
    font-size: 24px;
}
.block-title h6 {
    font-size: 14px;
    margin:10px 0 0 0;
}   
}
/*板块标题 end*/


/*按钮*/
.go.center {
    text-align: center;
}
.go a,.seemore {
    position:relative;
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    letter-spacing: 0;
    color: #004386;
    width: 200px;
    height: 50px;
    line-height: 50px;
    border-style: solid;
    border-width: 1px;
    border-image-source: linear-gradient(-270deg,#2fb8fa 0,#f5a86d 0,#2fb8fa 0,#004386 100%);
    border-image-slice: 1;
    background-size: 200% auto;
    z-index: 0;
    overflow: hidden;
}
.go a:hover,.seemore:hover{
    color: #fff;
    border:none;
    background-image: linear-gradient(to right,#004386 0,#1f3853 100%);
    box-shadow: 0 10px 6px 0 rgb(0 67 134 / 10%);
}

.go-active {
    color: #fff;
    border:none;
    background-image: linear-gradient(to right,#2fb8fa 0,#004386 100%);
}
.go-active:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: url(../images/gobackground.svg);
    background-size: 4px;
    background-repeat: repeat;
    opacity: .2;
}

.go a:hover:before,.seemore:hover:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: url(../images/gobackground.svg);
    background-size: 4px;
    background-repeat: repeat;
    opacity: .2;
}

.go a:hover:before,.seemore:hover:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: url(../images/gobackground.svg);
    background-size: 4px;
    background-repeat: repeat;
    opacity: .2;
}

.go a:after,.seemore:after {
    position: absolute;
    content: '';
    left: -5px;
    right: -5px;
    top: 0;
	z-index:-1;
    height: 100%;
    background-image: linear-gradient(to right,#2fb8fa 0,#004386 100%);
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform-origin: right center;
}
.go a:hover:after,.seemore:hover:after{
	transform-origin: left center;
	transform: scaleX(1);-webkit-transform: scaleX(1);
}

@media screen and (max-width:1024px){
.go.center {
    text-align: center;
}
.go a,.seemore {
    font-size: 14px;
    width: 160px;
    height: 40px;
    line-height: 40px;
}
}
/*按钮 end*/

/*404错误页面*/
.error {
    
}
.error .error-box {
    position: relative;
    padding:10% 0;
}
.error .error-box::before {
    content: "";
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url(../images/eagle-icon.svg) no-repeat right center/40%;
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;
    opacity: 0.1;
    -webkit-filter: grayscale(100%);
}
.error .error-box h2 {
    font-size: 86px;
    color: #004386;
    letter-spacing: 0;
    font-family: 'Futura';
    text-align: center;
    font-family: "Montserrat-Bold";
}
.error .error-box h3 {
    font-size: 16px;
    text-align: center;
}
.error .error-box .go {
    margin:30px 0 0 0;
}
.error .error-box a:hover {
    color:#fff;
}
/*404错误页面 end*/

/*swiper*/
.swiper-switch.swiper-pagination {
    position: relative;
    z-index: 1;
}
.swiper-switch.swiper-pagination span {
    width: 20px;
    height: 3px;
    border-radius:0px;
    background: #f6f6f6;
    opacity: 1;
    margin: 0 6px;
    padding:1px;
    position: relative;
    margin: 0 7px!important;
}
.swiper-switch.swiper-pagination span.swiper-pagination-bullet-active {
    width: 20px;
    height: 3px;
    background:#004386;
}
/*swiper*/